-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove contiguous from reshape parsing #2190
Conversation
This build is not recommended to merge 🔴 |
🔴bert_base_cased_fp16: FAILED: MIGraphX is not within tolerance - check verbose output🔴bert_large_uncased_fp16: FAILED: MIGraphX is not within tolerance - check verbose output🔴distilgpt2_fp16: FAILED: MIGraphX is not within tolerance - check verbose output |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Take a look at parse_spacetodepth.cpp
, parse_depthtospace.cpp
and simplify_reshapes. It looks like there are other instances where contiguous
are added to reshape
.
Will do. I'll get these fixed. Thanks! |
d92cc19
to
cdb8b7b
Compare
Rebased off develop as I wanted to pull in merged changes from #2099 |
Codecov Report
@@ Coverage Diff @@
## develop #2190 +/- ##
===========================================
+ Coverage 91.45% 91.50% +0.04%
===========================================
Files 433 431 -2
Lines 16177 16136 -41
===========================================
- Hits 14795 14765 -30
+ Misses 1382 1371 -11
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, wasn't sure about the simplify_algebra reshape stuff. Or compiler passes adding contiguous -> reshape in general.
guessing server reset again - Seeing this on onnx server run
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please open an issue about removing contiguous from simplify_algebra/reshapes and other passes.
Related to #2099
Cleaning up parsing reshape which adds additional contiguous